Giving the #SteamDeck access to loads more software, by using Distrobox to install more #Linux distributions. Article link: https://www.gamingonlinux.com/2022/09/distrobox-can-open-up-the-steam-deck-to-a-whole-new-world/ Follow me: https://twitter.com/gamingonlinux Read news: https://www.gamingonlinux.com Support me: https://www.patreon.com/liamdawe Join Discord: https://discord.gg/AghnYbMjYg Installers: curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --prefix ~/.local curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/extras/install-podman | sh -s -- --prefix ~/.local Add these to your .bashrc file: export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/podman/bin:$PATH xhost +si:localuser:$USER To create a Distrobox (Ubuntu for example) distrobox create -i ubuntu:20.04 Then enter it: distrobox enter ubuntu-20-04